Html Css Color HEX #AFE069 Conifer

📋 copy color: '#AFE069'

red 175 ◦ green 224 ◦ blue 105

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

Shades of Conifer #AFE069

Tints of Conifer #AFE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 34.72%
G = 44.44%
B = 20.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#AFE069 (or 0xAFE069) is known color: Conifer. HEX triplet: AF, E0 and 69. RGB value is (175,224,105). Sum of RGB (Red+Green+Blue) = 175+224+105=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE069 is #501F96. Grayscale: #C4C4C4. Windows color (decimal): -5250967 or 6938799. OLE color: 6938799.

HSL color Cylindrical-coordinate representation of color #AFE069: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE069 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 105 -
CMYK 0.22 0 0.53 0.12
HSL 84.71º 0.66% 0.65% -
HSV(B) 84.71º 0.53% 0.88% -
XYZ 46.88 63.45 23.14 -
YUV 195.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 175 224 105 0.22 0 0.53 0.12 84.71 0.66 0.65
Hex AF E0 69 16 0 35 C 55 42 41
Octal 257 340 151 26 0 65 14 125 102 101
Binary 10101111 11100000 1101001 10110 0 110101 1100 1010101 1000010 1000001

Color Harmonies of #AFE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE069

Black with #AFE069

Text Example


Text Example

White with #AFE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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