Html Css Color HEX #AFEE5A Conifer

📋 copy color: '#AFEE5A'

red 175 ◦ green 238 ◦ blue 90

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

Shades of Conifer #AFEE5A

Tints of Conifer #AFEE5A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.32%

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

R = 34.79%
G = 47.32%
B = 17.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#AFEE5A (or 0xAFEE5A) is known color: Conifer. HEX triplet: AF, EE and 5A. RGB value is (175,238,90). Sum of RGB (Red+Green+Blue) = 175+238+90=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE5A is #5011A5. Grayscale: #CACACA. Windows color (decimal): -5247398 or 5959343. OLE color: 5959343.

HSL color Cylindrical-coordinate representation of color #AFEE5A: hue angle of 85.54º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFEE5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 90 -
CMYK 0.26 0 0.62 0.07
HSL 85.54º 0.81% 0.64% -
HSV(B) 85.54º 0.62% 0.93% -
XYZ 50.1 71 20.74 -
YUV 202.29 64.63 108.53 -
System Red Green Blue C M Y K H S L
Decimal 175 238 90 0.26 0 0.62 0.07 85.54 0.81 0.64
Hex AF EE 5A 1A 0 3E 7 56 51 40
Octal 257 356 132 32 0 76 7 126 121 100
Binary 10101111 11101110 1011010 11010 0 111110 111 1010110 1010001 1000000

Color Harmonies of #AFEE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE5A

Black with #AFEE5A

Text Example


Text Example

White with #AFEE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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