Html Css Color HEX #AFF866 Conifer

📋 copy color: '#AFF866'

red 175 ◦ green 248 ◦ blue 102

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

Shades of Conifer #AFF866

Tints of Conifer #AFF866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.24%

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

R = 33.33%
G = 47.24%
B = 19.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#AFF866 (or 0xAFF866) is known color: Conifer. HEX triplet: AF, F8 and 66. RGB value is (175,248,102). Sum of RGB (Red+Green+Blue) = 175+248+102=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF866 is #500799. Grayscale: #D2D2D2. Windows color (decimal): -5244826 or 6748335. OLE color: 6748335.

HSL color Cylindrical-coordinate representation of color #AFF866: hue angle of 90º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF866 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 102 -
CMYK 0.29 0 0.59 0.03
HSL 90º 0.91% 0.69% -
HSV(B) 90º 0.59% 0.97% -
XYZ 53.64 77.21 24.65 -
YUV 209.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 175 248 102 0.29 0 0.59 0.03 90 0.91 0.69
Hex AF F8 66 1D 0 3B 3 5A 5B 45
Octal 257 370 146 35 0 73 3 132 133 105
Binary 10101111 11111000 1100110 11101 0 111011 11 1011010 1011011 1000101

Color Harmonies of #AFF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF866

Black with #AFF866

Text Example


Text Example

White with #AFF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF866; }

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

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

background-color css

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

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

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

border-color css

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

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

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