Html Css Color HEX #AFEE4C Conifer

📋 copy color: '#AFEE4C'

red 175 ◦ green 238 ◦ blue 76

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

Shades of Conifer #AFEE4C

Tints of Conifer #AFEE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 35.79%
G = 48.67%
B = 15.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#AFEE4C (or 0xAFEE4C) is known color: Conifer. HEX triplet: AF, EE and 4C. RGB value is (175,238,76). Sum of RGB (Red+Green+Blue) = 175+238+76=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE4C is #5011B3. Grayscale: #C9C9C9. Windows color (decimal): -5247412 or 5041839. OLE color: 5041839.

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

Color convert

RGB 175 238 76 -
CMYK 0.26 0 0.68 0.07
HSL 83.33º 0.83% 0.62% -
HSV(B) 83.33º 0.68% 0.93% -
XYZ 49.56 70.78 17.89 -
YUV 200.7 57.63 109.67 -
System Red Green Blue C M Y K H S L
Decimal 175 238 76 0.26 0 0.68 0.07 83.33 0.83 0.62
Hex AF EE 4C 1A 0 44 7 53 53 3E
Octal 257 356 114 32 0 104 7 123 123 76
Binary 10101111 11101110 1001100 11010 0 1000100 111 1010011 1010011 111110

Color Harmonies of #AFEE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE4C

Black with #AFEE4C

Text Example


Text Example

White with #AFEE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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