Html Css Color HEX #AFEA3F Conifer

📋 copy color: '#AFEA3F'

red 175 ◦ green 234 ◦ blue 63

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

Shades of Conifer #AFEA3F

Tints of Conifer #AFEA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.35%

R = 37.08%
G = 49.58%
B = 13.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#AFEA3F (or 0xAFEA3F) is known color: Conifer. HEX triplet: AF, EA and 3F. RGB value is (175,234,63). Sum of RGB (Red+Green+Blue) = 175+234+63=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA3F is #5015C0. Grayscale: #C5C5C5. Windows color (decimal): -5248449 or 4188847. OLE color: 4188847.

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

Color convert

RGB 175 234 63 -
CMYK 0.25 0 0.73 0.08
HSL 80.7º 0.8% 0.58% -
HSV(B) 80.7º 0.73% 0.92% -
XYZ 48 68.32 15.36 -
YUV 196.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 175 234 63 0.25 0 0.73 0.08 80.7 0.8 0.58
Hex AF EA 3F 19 0 49 8 51 50 3A
Octal 257 352 77 31 0 111 10 121 120 72
Binary 10101111 11101010 111111 11001 0 1001001 1000 1010001 1010000 111010

Color Harmonies of #AFEA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA3F

Black with #AFEA3F

Text Example


Text Example

White with #AFEA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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