Html Css Color HEX #AFF245 Conifer

📋 copy color: '#AFF245'

red 175 ◦ green 242 ◦ blue 69

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

Shades of Conifer #AFF245

Tints of Conifer #AFF245

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 69 (27.34% from 255) = 14.2%

R = 36.01%
G = 49.79%
B = 14.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#AFF245 (or 0xAFF245) is known color: Conifer. HEX triplet: AF, F2 and 45. RGB value is (175,242,69). Sum of RGB (Red+Green+Blue) = 175+242+69=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF245 is #500DBA. Grayscale: #CACACA. Windows color (decimal): -5246395 or 4584111. OLE color: 4584111.

HSL color Cylindrical-coordinate representation of color #AFF245: hue angle of 83.24º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF245 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 69 -
CMYK 0.28 0 0.71 0.05
HSL 83.24º 0.87% 0.61% -
HSV(B) 83.24º 0.71% 0.95% -
XYZ 50.51 73.05 17.07 -
YUV 202.25 52.8 108.57 -
System Red Green Blue C M Y K H S L
Decimal 175 242 69 0.28 0 0.71 0.05 83.24 0.87 0.61
Hex AF F2 45 1C 0 47 5 53 57 3D
Octal 257 362 105 34 0 107 5 123 127 75
Binary 10101111 11110010 1000101 11100 0 1000111 101 1010011 1010111 111101

Color Harmonies of #AFF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF245

Black with #AFF245

Text Example


Text Example

White with #AFF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF245; }

 p { color: rgb(175,242,69); }

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

background-color css

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

 a { background-color: rgb(175,242,69); }

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

border-color css

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

 span { border-color: rgb(175,242,69); }

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