Html Css Color HEX #AFEA5A Conifer

📋 copy color: '#AFEA5A'

red 175 ◦ green 234 ◦ blue 90

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

Shades of Conifer #AFEA5A

Tints of Conifer #AFEA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 35.07%
G = 46.89%
B = 18.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#AFEA5A (or 0xAFEA5A) is known color: Conifer. HEX triplet: AF, EA and 5A. RGB value is (175,234,90). Sum of RGB (Red+Green+Blue) = 175+234+90=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA5A is #5015A5. Grayscale: #C8C8C8. Windows color (decimal): -5248422 or 5958319. OLE color: 5958319.

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

Color convert

RGB 175 234 90 -
CMYK 0.25 0 0.62 0.08
HSL 84.58º 0.77% 0.64% -
HSV(B) 84.58º 0.62% 0.92% -
XYZ 48.95 68.7 20.35 -
YUV 199.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 175 234 90 0.25 0 0.62 0.08 84.58 0.77 0.64
Hex AF EA 5A 19 0 3E 8 55 4D 40
Octal 257 352 132 31 0 76 10 125 115 100
Binary 10101111 11101010 1011010 11001 0 111110 1000 1010101 1001101 1000000

Color Harmonies of #AFEA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA5A

Black with #AFEA5A

Text Example


Text Example

White with #AFEA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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