Html Css Color HEX #AFEA3E Conifer

📋 copy color: '#AFEA3E'

red 175 ◦ green 234 ◦ blue 62

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

Shades of Conifer #AFEA3E

Tints of Conifer #AFEA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.16%

R = 37.15%
G = 49.68%
B = 13.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#AFEA3E (or 0xAFEA3E) is known color: Conifer. HEX triplet: AF, EA and 3E. RGB value is (175,234,62). Sum of RGB (Red+Green+Blue) = 175+234+62=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA3E is #5015C1. Grayscale: #C5C5C5. Windows color (decimal): -5248450 or 4123311. OLE color: 4123311.

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

Color convert

RGB 175 234 62 -
CMYK 0.25 0 0.74 0.08
HSL 80.58º 0.8% 0.58% -
HSV(B) 80.58º 0.74% 0.92% -
XYZ 47.97 68.31 15.21 -
YUV 196.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 175 234 62 0.25 0 0.74 0.08 80.58 0.8 0.58
Hex AF EA 3E 19 0 4A 8 51 50 3A
Octal 257 352 76 31 0 112 10 121 120 72
Binary 10101111 11101010 111110 11001 0 1001010 1000 1010001 1010000 111010

Color Harmonies of #AFEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA3E

Black with #AFEA3E

Text Example


Text Example

White with #AFEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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