Html Css Color HEX #AFE669 Conifer

📋 copy color: '#AFE669'

red 175 ◦ green 230 ◦ blue 105

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

Shades of Conifer #AFE669

Tints of Conifer #AFE669

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.1%

 BLUE value IS 105 (41.41% from 255) = 20.59%

R = 34.31%
G = 45.1%
B = 20.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#AFE669 (or 0xAFE669) is known color: Conifer. HEX triplet: AF, E6 and 69. RGB value is (175,230,105). Sum of RGB (Red+Green+Blue) = 175+230+105=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE669 is #501996. Grayscale: #C7C7C7. Windows color (decimal): -5249431 or 6940335. OLE color: 6940335.

HSL color Cylindrical-coordinate representation of color #AFE669: hue angle of 86.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE669 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 105 -
CMYK 0.24 0 0.54 0.10
HSL 86.4º 0.71% 0.66% -
HSV(B) 86.4º 0.54% 0.9% -
XYZ 48.53 66.73 23.69 -
YUV 199.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 175 230 105 0.24 0 0.54 0.10 86.4 0.71 0.66
Hex AF E6 69 18 0 36 A 56 47 42
Octal 257 346 151 30 0 66 12 126 107 102
Binary 10101111 11100110 1101001 11000 0 110110 1010 1010110 1000111 1000010

Color Harmonies of #AFE669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE669

Black with #AFE669

Text Example


Text Example

White with #AFE669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE669; }

 p { color: rgb(175,230,105); }

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

background-color css

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

 a { background-color: rgb(175,230,105); }

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

border-color css

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

 span { border-color: rgb(175,230,105); }

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