Html Css Color HEX #AFF04A Conifer

📋 copy color: '#AFF04A'

red 175 ◦ green 240 ◦ blue 74

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

Shades of Conifer #AFF04A

Tints of Conifer #AFF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 35.79%
G = 49.08%
B = 15.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#AFF04A (or 0xAFF04A) is known color: Conifer. HEX triplet: AF, F0 and 4A. RGB value is (175,240,74). Sum of RGB (Red+Green+Blue) = 175+240+74=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF04A is #500FB5. Grayscale: #CACACA. Windows color (decimal): -5246902 or 4911279. OLE color: 4911279.

HSL color Cylindrical-coordinate representation of color #AFF04A: hue angle of 83.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF04A is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 74 -
CMYK 0.27 0 0.69 0.06
HSL 83.49º 0.85% 0.62% -
HSV(B) 83.49º 0.69% 0.94% -
XYZ 50.08 71.93 17.72 -
YUV 201.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 175 240 74 0.27 0 0.69 0.06 83.49 0.85 0.62
Hex AF F0 4A 1B 0 45 6 53 55 3E
Octal 257 360 112 33 0 105 6 123 125 76
Binary 10101111 11110000 1001010 11011 0 1000101 110 1010011 1010101 111110

Color Harmonies of #AFF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF04A

Black with #AFF04A

Text Example


Text Example

White with #AFF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF04A; }

 p { color: rgb(175,240,74); }

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

background-color css

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

 a { background-color: rgb(175,240,74); }

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

border-color css

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

 span { border-color: rgb(175,240,74); }

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