Html Css Color HEX #AFEF4A Conifer

📋 copy color: '#AFEF4A'

red 175 ◦ green 239 ◦ blue 74

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

Shades of Conifer #AFEF4A

Tints of Conifer #AFEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.98%

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

R = 35.86%
G = 48.98%
B = 15.16%

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

#AFEF4A (or 0xAFEF4A) is known color: Conifer. HEX triplet: AF, EF and 4A. RGB value is (175,239,74). Sum of RGB (Red+Green+Blue) = 175+239+74=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF4A is #5010B5. Grayscale: #C9C9C9. Windows color (decimal): -5247158 or 4911023. OLE color: 4911023.

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

Color convert

RGB 175 239 74 -
CMYK 0.27 0 0.69 0.06
HSL 83.27º 0.84% 0.61% -
HSV(B) 83.27º 0.69% 0.94% -
XYZ 49.78 71.34 17.63 -
YUV 201.05 56.3 109.42 -
System Red Green Blue C M Y K H S L
Decimal 175 239 74 0.27 0 0.69 0.06 83.27 0.84 0.61
Hex AF EF 4A 1B 0 45 6 53 54 3D
Octal 257 357 112 33 0 105 6 123 124 75
Binary 10101111 11101111 1001010 11011 0 1000101 110 1010011 1010100 111101

Color Harmonies of #AFEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF4A

Black with #AFEF4A

Text Example


Text Example

White with #AFEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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