Html Css Color HEX #AFE969 Conifer

📋 copy color: '#AFE969'

red 175 ◦ green 233 ◦ blue 105

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

Shades of Conifer #AFE969

Tints of Conifer #AFE969

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

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

R = 34.11%
G = 45.42%
B = 20.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#AFE969 (or 0xAFE969) is known color: Conifer. HEX triplet: AF, E9 and 69. RGB value is (175,233,105). Sum of RGB (Red+Green+Blue) = 175+233+105=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE969 is #501696. Grayscale: #C9C9C9. Windows color (decimal): -5248663 or 6941103. OLE color: 6941103.

HSL color Cylindrical-coordinate representation of color #AFE969: hue angle of 87.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE969 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 105 -
CMYK 0.25 0 0.55 0.09
HSL 87.19º 0.74% 0.66% -
HSV(B) 87.19º 0.55% 0.91% -
XYZ 49.37 68.41 23.97 -
YUV 201.07 73.78 109.41 -
System Red Green Blue C M Y K H S L
Decimal 175 233 105 0.25 0 0.55 0.09 87.19 0.74 0.66
Hex AF E9 69 19 0 37 9 57 4A 42
Octal 257 351 151 31 0 67 11 127 112 102
Binary 10101111 11101001 1101001 11001 0 110111 1001 1010111 1001010 1000010

Color Harmonies of #AFE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE969

Black with #AFE969

Text Example


Text Example

White with #AFE969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE969; }

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

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

background-color css

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

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

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

border-color css

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

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

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