Html Css Color HEX #AFD669 Conifer

📋 copy color: '#AFD669'

red 175 ◦ green 214 ◦ blue 105

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

Shades of Conifer #AFD669

Tints of Conifer #AFD669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

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

R = 35.43%
G = 43.32%
B = 21.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#AFD669 (or 0xAFD669) is known color: Conifer. HEX triplet: AF, D6 and 69. RGB value is (175,214,105). Sum of RGB (Red+Green+Blue) = 175+214+105=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD669 is #502996. Grayscale: #BEBEBE. Windows color (decimal): -5253527 or 6936239. OLE color: 6936239.

HSL color Cylindrical-coordinate representation of color #AFD669: hue angle of 81.47º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD669 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 105 -
CMYK 0.18 0 0.51 0.16
HSL 81.47º 0.57% 0.63% -
HSV(B) 81.47º 0.51% 0.84% -
XYZ 44.28 58.23 22.27 -
YUV 189.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 175 214 105 0.18 0 0.51 0.16 81.47 0.57 0.63
Hex AF D6 69 12 0 33 10 51 39 3F
Octal 257 326 151 22 0 63 20 121 71 77
Binary 10101111 11010110 1101001 10010 0 110011 10000 1010001 111001 111111

Color Harmonies of #AFD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD669

Black with #AFD669

Text Example


Text Example

White with #AFD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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