Html Css Color HEX #AFEA44 Conifer

📋 copy color: '#AFEA44'

red 175 ◦ green 234 ◦ blue 68

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

Shades of Conifer #AFEA44

Tints of Conifer #AFEA44

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.06%

 BLUE value IS 68 (26.95% from 255) = 14.26%

R = 36.69%
G = 49.06%
B = 14.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#AFEA44 (or 0xAFEA44) is known color: Conifer. HEX triplet: AF, EA and 44. RGB value is (175,234,68). Sum of RGB (Red+Green+Blue) = 175+234+68=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA44 is #5015BB. Grayscale: #C6C6C6. Windows color (decimal): -5248444 or 4516527. OLE color: 4516527.

HSL color Cylindrical-coordinate representation of color #AFEA44: hue angle of 81.33º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFEA44 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 68 -
CMYK 0.25 0 0.71 0.08
HSL 81.33º 0.8% 0.59% -
HSV(B) 81.33º 0.71% 0.92% -
XYZ 48.15 68.38 16.13 -
YUV 197.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 175 234 68 0.25 0 0.71 0.08 81.33 0.8 0.59
Hex AF EA 44 19 0 47 8 51 50 3B
Octal 257 352 104 31 0 107 10 121 120 73
Binary 10101111 11101010 1000100 11001 0 1000111 1000 1010001 1010000 111011

Color Harmonies of #AFEA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA44

Black with #AFEA44

Text Example


Text Example

White with #AFEA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA44; }

 p { color: rgb(175,234,68); }

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

background-color css

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

 a { background-color: rgb(175,234,68); }

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

border-color css

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

 span { border-color: rgb(175,234,68); }

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