Html Css Color HEX #AFF266 Conifer

📋 copy color: '#AFF266'

red 175 ◦ green 242 ◦ blue 102

#AFF266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFF266

Tints of Conifer #AFF266

RGB

 RED value IS 175 (68.75% from 255) = 33.72%

 GREEN value IS 242 (94.92% from 255) = 46.63%

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 33.72%
G = 46.63%
B = 19.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF266 (or 0xAFF266) is known color: Conifer. HEX triplet: AF, F2 and 66. RGB value is (175,242,102). Sum of RGB (Red+Green+Blue) = 175+242+102=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF266 is #500D99. Grayscale: #CECECE. Windows color (decimal): -5246362 or 6746799. OLE color: 6746799.

HSL color Cylindrical-coordinate representation of color #AFF266: hue angle of 88.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF266 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 102 -
CMYK 0.28 0 0.58 0.05
HSL 88.71º 0.84% 0.67% -
HSV(B) 88.71º 0.58% 0.95% -
XYZ 51.83 73.58 24.04 -
YUV 206.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 175 242 102 0.28 0 0.58 0.05 88.71 0.84 0.67
Hex AF F2 66 1C 0 3A 5 59 54 43
Octal 257 362 146 34 0 72 5 131 124 103
Binary 10101111 11110010 1100110 11100 0 111010 101 1011001 1010100 1000011

Color Harmonies of #AFF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF266

Black with #AFF266

Text Example


Text Example

White with #AFF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF266; }

 p { color: rgb(175,242,102); }

 H1.HeaderClassName
 {
   color: #AFF266;
 }
 .AnyTagClassName
 {
   color: #AFF266;
 }
</style>

background-color css

<style>
 a { background-color: #AFF266; }

 a { background-color: rgb(175,242,102); }

 div.DivClassName
 {
   background-color: #AFF266;
 }
 .BgClassName
 {
   background-color: #AFF266;
 }
</style>

border-color css

<style>
 span { border-color: #AFF266; }

 span { border-color: rgb(175,242,102); }

 td.TdClassName
 {
   border-color: #AFF266;
 }
 .TagClassName
 {
   border-color: #AFF266;
 }
</style>